PDF4Java Reference Documentation
com.o2sol.pdf4java.content.analyzers Package / PDFPageContentAnalysis Class / analyzeBeginImageOperator Method
The COS image object
The image painted by this operator
In This Topic
    analyzeBeginImageOperator Method
    In This Topic
    Called when BI operator with image is found.
    The imageVisualObject parameter is set only when the property is set to true on the analyzer that processes this operator
    Syntax
    public void analyzeBeginImageOperator( 
       PDFCosDictionary cosImage,
       PDFImageVisualObject imageVisualObject
    )

    Parameters

    cosImage
    The COS image object
    imageVisualObject
    The image painted by this operator
    See Also